Skip to content

migrate std-docs.zig to std.Io#25785

Closed
dasimmet wants to merge 1 commit into
ziglang:masterfrom
dasimmet:fix/std-docs
Closed

migrate std-docs.zig to std.Io#25785
dasimmet wants to merge 1 commit into
ziglang:masterfrom
dasimmet:fix/std-docs

Conversation

@dasimmet

@dasimmet dasimmet commented Nov 1, 2025

Copy link
Copy Markdown
Contributor

resolves #25770, #25945
possibly also #24944 if someone tests this on windows

@dasimmet dasimmet force-pushed the fix/std-docs branch 2 times, most recently from b12de31 to 8b26295 Compare November 1, 2025 23:19
@squeek502

squeek502 commented Nov 1, 2025

Copy link
Copy Markdown
Member

it fails to write the chunked http encoding when serving the sources inside a tar

Same problem as #24944. Presumably, sendFile is returning error.Unimplemented, and http isn't handling that fully correctly yet. Previously, that was only happening on Windows.

@dasimmet dasimmet marked this pull request as draft November 3, 2025 07:49
@dasimmet dasimmet marked this pull request as ready for review November 3, 2025 07:58
Comment thread lib/compiler/std-docs.zig
Comment thread lib/std/Io/Writer.zig Outdated
std-docs: reenable rendering error bundle in webui

std-docs: add io deinit
@andrewrk

andrewrk commented Dec 7, 2025

Copy link
Copy Markdown
Member

Thank you! I am going to redo this work on my local branch which already conflicts

@andrewrk andrewrk closed this Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zig std broke on latest master due to removed std.net.Address

4 participants